home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0399 / 45 < prev    next >
Internet Message Format  |  1994-08-27  |  1KB

  1. Date: Mon, 30 May 1994 15:39:21 -0400 (EDT)
  2. From: Timothy Miller <millert@undergrad.csee.usf.edu>
  3. Subject: Re: Colour.
  4. To: gem-list@world.std.com
  5. In-Reply-To: <199405301408.QAA08792@blade.stack.urc.tue.nl>
  6. Message-Id: <Pine.3.87.9405301521.D17681-0100000@undergrad>
  7. Mime-Version: 1.0
  8. Precedence: bulk
  9.  
  10.  
  11.  
  12. On Mon, 30 May 1994, Erlend Nagel wrote:
  13.  
  14. > Simon Gornall wrote:
  15. > > A program (GEMCMS.PRG) in the auto folder could register the cookie, and
  16. > > reserve mem for (say) 30 apps. Have a .cpx that llows you to configure this on
  17. > > the fly, and then you just need binding support (libgem.olb could incorporate
  18. > > it easily, lattice/pure/any other may have more difficulty - for these a 
  19. > > separate lib may be necessary.)
  20. > I don't like the idea of having a certain limit of applications a colour
  21. > manager can handle, even if it is user configurable. I'd say especially
  22. > if it is user-configurable. I consider myself a pretty standard user
  23. > (whatever that is) and I don't like it when I have to configure things.
  24. > It is best I think if our colour manager would allocate memory on the
  25. > dynamically.
  26. > Erlend.
  27.  
  28. No limits, please.  The manager should use the handle of each window as 
  29. the handle the app will use when setting/resetting a palette.  When a 
  30. window is topped/untopped, the app should pass the window handle and a 
  31. flag for whether the window was topped or untopped.  This way, the system 
  32. could manage a seperate palette for each WINDOW.
  33.  
  34.  
  35.